home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Grab Bag
/
Shareware Grab Bag.iso
/
007
/
ctoolwrk.lbr
/
NUFILE.C
< prev
next >
Wrap
Text File
|
1985-09-27
|
128b
|
11 lines
/* this is 'ofile.c' -- a program to open a file */
main()
{
fopen("file","w");
fclose(1);
}